use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:35 +0000 (22:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:35 +0000 (22:46 -0500)
commitbc75b7b14324a78be279ee29563b3eeb7cb2aea3
treea2537bb7a3e41fe311e537e85f2f2d9a46f098b1
parent52282e72d1f64823f2662f3c8e83d82e2535ae9f
use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
* An allocation problem has been fixed in let, eval, apply, and apply_lambda.
  Patch: use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Thu, 19 Aug 2010 21:24:11 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  Previously, the content of the relevant items was invisible to the
  garbage collector.

  The Debian patch is taken from this upstream commit:

  revno: 99983
  committer: Andreas Schwab <schwab@linux-m68k.org>
  branch nick: emacs
  timestamp: Tue 2010-08-17 23:07:50 +0200
  message:
    * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
    instead of SAFE_ALLOCA.
src/ChangeLog
src/eval.c